home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- set the blend of sprite 27 to 100
- set the blend of sprite 28 to 100
- cursor(280)
- end
-
- on mouseLeave
- if the stillDown = 0 then
- set the blend of sprite 27 to 70
- set the blend of sprite 28 to 70
- end if
- cursor(-1)
- end
-
- on mouseWithin
- set the blend of sprite 27 to 100
- set the blend of sprite 28 to 100
- end
-
- on mouseDown
- set the blend of sprite 27 to 100
- set the blend of sprite 28 to 100
- sprite(47).visible = 1
- sprite(48).visible = 1
- end
-
- on mouseUp
- set the blend of sprite 27 to 70
- set the blend of sprite 28 to 70
- sprite(47).visible = 0
- sprite(48).visible = 0
- end
-
- on mouseUpOutSide
- set the blend of sprite 27 to 70
- set the blend of sprite 28 to 70
- sprite(47).visible = 0
- sprite(48).visible = 0
- end
-